You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Math387 Class > Math387 Methods > IntPower Method > Math387.IntPower Method ([In] double, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Math387.IntPower Method ([In] double, [In] int)

Power function (integer power).

Syntax
C#
Visual Basic
public static double IntPower([In] double Base, [In] int Exponent);

Base to an integer power N.

Try to avoid calling this function for small powers. N can also be negative.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!